home *** CD-ROM | disk | FTP | other *** search
- object TextViewForm: TTextViewForm
- Left = 301
- Top = 403
- Width = 570
- Height = 174
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSizeToolWin
- Caption = 'Text Viewer'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 562
- Height = 121
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object BigText: TPlusMemo
- Left = 0
- Top = 0
- Width = 562
- Height = 121
- Cursor = crIBeam
- Alignment = taLeftJustify
- ScrollBars = ssBoth
- WantTabs = False
- WordWrap = False
- AltFont.Charset = DEFAULT_CHARSET
- AltFont.Color = clWindowText
- AltFont.Height = -11
- AltFont.Name = 'MS Sans Serif'
- AltFont.Style = []
- BackgroundBmp.Data = {07544269746D617000000000}
- CaretWidth = 2
- ColumnWrap = 0
- DisplayOnly = False
- EnableHotKeys = False
- EndOfTextMark.Color = clRed
- EndOfTextMark.Style = psClear
- Justified = False
- LeftMargin = 4
- LineHeight = 0
- NullReplacement = '~'
- Options = [pmoWrapCaret, pmoInsertKeyActive, pmoWideOverwriteCaret, pmoLargeWordSelect, pmoAutoScrollBars]
- Overwrite = False
- ReadOnly = True
- RightLinePen.Color = clGray
- RightLinePen.Style = psDot
- ScrollTime = 0
- SelBackColor = clHighlight
- SelTextColor = clHighlightText
- Separators = #9#10#13' ,.:;'
- ShowEndParSelected = False
- SpecUnderline.Color = clRed
- Version = 'v6.1c Professional ed.'
- Align = alClient
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 0
- TabStop = True
- OnKeyUp = bigTextKeyUp
- OnMouseUp = bigTextMouseUp
- end
- end
- object RzStatusBar1: TRzStatusBar
- Left = 0
- Top = 121
- Width = 562
- Height = 24
- AutoStyle = False
- BorderInner = fsNone
- BorderOuter = fsNone
- BorderSides = [sdLeft, sdTop, sdRight, sdBottom]
- BorderWidth = 0
- TabOrder = 1
- object LengthStatusPane: TRzStatusPane
- Left = 361
- Top = 0
- Width = 93
- Height = 24
- Align = alRight
- Caption = 'Length: 0'
- end
- object CaretStatusPane: TRzStatusPane
- Left = 454
- Top = 0
- Width = 108
- Height = 24
- Align = alRight
- Caption = 'CaretPos: 0'
- end
- object RzPanel2: TRzPanel
- Left = 291
- Top = 0
- Width = 70
- Height = 24
- Align = alRight
- BorderInner = fsStatus
- BorderOuter = fsNone
- BorderWidth = 1
- TabOrder = 1
- object Wrap: TCheckBox
- Left = 5
- Top = 4
- Width = 57
- Height = 16
- Caption = 'Wrap'
- TabOrder = 0
- OnClick = WrapClick
- end
- end
- object RzPanel3: TRzPanel
- Left = 0
- Top = 0
- Width = 291
- Height = 24
- Align = alClient
- BorderInner = fsStatus
- BorderOuter = fsNone
- BorderWidth = 1
- TabOrder = 0
- object ViewComboBox: TRzComboBox
- Left = 2
- Top = 2
- Width = 287
- Height = 21
- Align = alClient
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = ViewTextButtonClick
- Items.Strings = (
- 'TEXT'
- 'TEXT w/ ASCII Codes'
- 'HEX'
- 'OCT'
- 'BIN')
- end
- end
- end
- object PopupMenu1: TPopupMenu
- Left = 16
- Top = 10
- object EditCopy1: TMenuItem
- Caption = '&Copy'
- ShortCut = 16451
- OnClick = EditCopy1Click
- end
- object SelectAll1: TMenuItem
- Caption = 'Select &All'
- ShortCut = 16449
- OnClick = SelectAll1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Close1: TMenuItem
- Caption = 'Close'
- ShortCut = 27
- OnClick = Close1Click
- end
- end
- end
-